projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea2453d
)
dfu: Change indentation of defines in <dfu.h>
author
Tom Rini
<
[email protected]
>
Thu, 14 Mar 2013 05:32:49 +0000
(
05:32
+0000)
committer
Marek Vasut
<
[email protected]
>
Wed, 10 Apr 2013 11:42:49 +0000
(13:42 +0200)
Signed-off-by: Tom Rini <
[email protected]
>
include/dfu.h
patch
|
blob
|
history
diff --git
a/include/dfu.h
b/include/dfu.h
index 527e69f90bdf704ffc2393fce6ae67a763bf7743..cc9926861f36fb879b6e8965c1fb380be10608c4 100644
(file)
--- a/
include/dfu.h
+++ b/
include/dfu.h
@@
-57,9
+57,9
@@
static inline unsigned int get_mmc_blk_size(int dev)
return find_mmc_device(dev)->read_bl_len;
}
-#define DFU_NAME_SIZE 32
-#define DFU_CMD_BUF_SIZE 128
-#define DFU_DATA_BUF_SIZE
(1024*1024*8)
/* 8 MiB */
+#define DFU_NAME_SIZE
32
+#define DFU_CMD_BUF_SIZE
128
+#define DFU_DATA_BUF_SIZE
(1024*1024*8)
/* 8 MiB */
#ifndef CONFIG_SYS_DFU_MAX_FILE_SIZE
#define CONFIG_SYS_DFU_MAX_FILE_SIZE (4 << 20) /* 4 MiB */
#endif